V14.9.1
- You can now cook items directly on the Stove
    - You can place food in a 3x2 grid
    - But it will take longer to cook each item (30 seconds)

- Added a particle effect when cooking in the Skillet and on the Stove

- Fixed a bug in the Cooking Pot that caused the model to appear smaller than normal

- Fixed a bug that prevented the levitation and slow_falling effects from being used

-------------------
V14.9.2
- Updated the Chinese (Simplified) and Chinese (Traditional) languages


------------------
V14.9.3
- You can now cook the 3 different types of eggs in the Skillet, Stove, and Furnace

------------------
V14.9.4
- Changed the code for feeding horses with Horse Feed
    - Previously, the entity was modified directly; now scripts are used (greater compatibility)
    - Fixed a bug that prevented horse armor from being equipped

------------------
V14.9.5
- You can now get Straw by breaking Short Grass
    - Previously, it only dropped when breaking Tall Grass
- Fixed the UI of the Cooking Pot
- Removed the option to enable/disable the custom UI (this should no longer be necessary)

------------------
V14.9.6
- Added Onion Soup
- Added Full Tatami Mat, Half Tatami Mat, and Tatami Block
- Added Canvas Rug

------------------
V14.9.7
- Changed block rotation from "block:rotation" to the vanilla "minecraft:cardinal_direction" implementation.
- Optimized several block models to use a single model instead of multiple similar ones.
- Added PBR textures for the Stove, Skillet, and Cooking Pot.
- Added fire particles to the Stove.
- Added missing sounds for placeable food.
- Changed the stove_on texture from blend_frames: true to blend_frames: false and adjusted the animation frame speed.
- Added a message that says "Needs to be on a Stove" when opening the Cooking Pot interface while it is not placed on a Stove.

------------------
V14.9.8
- Added "minecraft:map_color" to every block (will now be seen on a map with its proper color)
- Added Rich Soil as a valid block for Rice to grow on
- Updated the code for plant growth (now it's more like vanilla)
- Added Rope Fence and Rope Fence Gate


--------------------
V14.9.9
- Added missing languages using the Universal Language Pack (https://crowdin.com/project/universal-language-pack)

--------------------
V15.0.0
- Update block format versions to 1.26.0
- Rope now also works as a fence and its model has been updated
- add empty connection rules
    - Fences will no longer connect to blocks they shouldn’t, such as the skillet or the cooking pot, amongst others
- standardize custom component syntax
- Rice Bale and Straw Bale now behave like Vanilla Hay Bale
- Updated Cutting Board, Skillet and Stove to use a much more optimized option for the cooking function
    - Now accepts enchanted items, items with durability, and all other types without affecting (Now it doesn't remove enchantments or other things)
    - Added a "Cube" where the items are placed for better visibility
- Split all the code into different files for better management

--------------------
V15.0.1
- Updated Portuguese language
- Optimized pie models
- Added Gleaming Salad
- Fixed a bug that occurred when above the height limit (320)
- Fixed a bug that prevented cutting on the Cutting Board
- Added the Pumpkin Pie block
- Added missing sounds to Bamboo Cabinet and Cherry Cabinet
- Slightly modified the Cooking Pot UI